object introForm: TintroForm Left = 404 Top = 290 BorderStyle = bsNone Caption = 'introForm' ClientHeight = 350 ClientWidth = 450 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object screenimg: TImage Left = 0 Top = 0 Width = 450 Height = 350 Align = alClient Picture.Data = {} OnClick = screenimgClick end end